func go/printer.isTypeName

3 uses

	go/printer (current package)
		nodes.go#L1236: func isTypeName(x ast.Expr) bool {
		nodes.go#L1241: 		return isTypeName(t.X)
		nodes.go#L1257: 				if isTypeName(x.Type) {